ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ItemCollectionExtensions Class / ToItemCollection Method / ToItemCollection<T>(IList<T>) Method
The items type.
The list.

In This Topic
    ToItemCollection<T>(IList<T>) Method
    In This Topic
    Wraps the list to item collection.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToItemCollection(Of T)( _
       ByVal list As IList(Of T) _
    ) As IItemCollection(Of T)
    public static IItemCollection<T> ToItemCollection<T>( 
       IList<T> list
    )

    Parameters

    list
    The list.

    Type Parameters

    T
    The items type.
    See Also